home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Network / Watch1.7.1.sit / Watch1.7.1 / README next >
Text File  |  1991-05-30  |  7KB  |  110 lines

  1. Thursday, May 30, 1991
  2.  
  3. Description: Watch is a networking debugging tool for use on
  4. a Macintosh on Localtalk or directly on Ethernet.  There is no
  5. documentation for Watch nor is it a supported product.  Use it at your
  6. own risk.  It is freely distributed but Cayman Systems, Inc. still
  7. maintains a copyright on it.  If you have any bugs to report, please
  8. feel free to send email to support@cayman.com or applelink D0523.
  9.  
  10. Features: Allows collection and decoding of network packets from
  11. ethernet or localtalk.  AppleTalk TCP/IP, and DECnet routing protocol
  12. packets are decoded into their components.  Packets can be saved in
  13. several forms and recalled later as well as printed.  Basic traffic
  14. analysis tools are provided.  Full decoding of AppleTalk and TCP/IP
  15. packets is performed, and the first layer of the DNA protocol stack,
  16. DRP, is also decoded.
  17.  
  18. Using Watch: Launch the program.  Select an interface to monitor under
  19. the "interfaces" menu. Localtalk is always present. An Ethernet card
  20. which Watch can use will also be present if found on the NuBus.
  21. Multiple ethernet cards are supported.
  22.  
  23. Note: Watch closes the AppleTalk and ".ENET" ethernet driver before it
  24. begins.  These drivers are not necessarily reopened when you exit
  25. watch. This means if you want to use appletalk you may need to use the
  26. "network" cdev to reselect your network connection or reboot you mac.
  27. Once you have selected an interface, press the "start" button. You
  28. should see packets being collected.  When you hit the "stop" button,
  29. the collected packets will be displayed.  You can "expand" the
  30. decoding by selecting "Show Detail" and "Dump Hex" under the "Display"
  31. menu. This can also be done by using the arrow keys, and pressing
  32. "Enter," or by double-clicking on the packet to be "expanded."
  33. Scrolling around will show the next or previous packets.  Packets can
  34. be saved or recalled to either a binary or text file.  Packets saved
  35. to a text file can *not* be recalled.
  36.  
  37. Decoding:  The decoding of packets currently supports
  38. AppleTalk, TCP/IP, and DRP, the first layer in the Digital Network
  39. Architecture. The "Display" menu controls what level of detail is
  40. displayed.
  41.  
  42. Files:  Packets can be saved and recalled in binary files.
  43. Packets can be recalled from binary files saved with Apple's "Peek"
  44. program Packets can be saved as "text"
  45.  
  46. Printing:  Packets can be printed to a printer. Note that
  47. since the appletalk drivers are closed, you need to do some trickery
  48. to print from inside watch. Make sure you stop collection and the use
  49. the control panel "network" cdev to select some other network
  50. connection and then select back your usual connection. Then, open the
  51. chooser, select your printer and print. If you are printing to a local
  52. serialprinter (imagewriter) none of this foolishness is required.
  53.  
  54. Performance:  The basic analysis tools can be used by
  55. selecting the "data window" menu item under "performance". Then, the
  56. contents of the data window can be selected via the menu. Packet size,
  57. protocols in use and station analysis are provided. These tools are
  58. very basic but are helpful.
  59.  
  60. Cards Supported:  Localtalk on any macintosh, Apple/3Com Nubus
  61. Ethernet card, GatorCard E/II Ethernet card, all Asante Ethernet cards.
  62.  
  63. Known Bugs:  Watch will not work on a Mac IIfx.  The zone
  64. list in Chooser disappears after quitting from Watch when using a
  65. GatorCard.
  66.  
  67. History:  1.7.1 Added one line to ddp.c to recognize DDP type 0x68 as DECnet.
  68. Added a lap control packet capture filter.  Removed the default setting of "on" for the lap enq/deq display filter.  Made the alap control packet filter "on" by default.  Added a command key for the address-level capture filter.  Updated about box and rolled version numbers.  1.7.0 Added DRP decoding.  1.6.5 Fixed "double click" problems; now works much better (not perfect on localtalk).
  69. Added "arrow key" scrolling and selection support.  Improved the
  70. RPC/NFS decoding to pick up port mapper ports.  1.6.2 Changed decodes
  71. of AAROUTEI packets to allow more efficient decoding of big ones.
  72. Added support for AAROUTER and AAROUTEM.  Better support for unknown AA packets.  1.6.1 Improved decoding of packets.  Fixed ARP and Phase
  73. 1 AARP decodes, fixed AA decodes.  Improved unknown packet decodes.
  74. Added decode of ATP ZIP packets.  Tries to read Phase 2 Ethertalk
  75. EtherPeek packets (but doesn't seem to do other EtherPeeks correctly).
  76. Better translation of sniffer files -- especially packet timestamps.
  77. 1.5.3 Improved decoding of packets.  Fixed some potential crashes (but
  78. I'm sure there are more!).  1.5.1 A bug where dragging the thumb all
  79. the way to the bottom in the Detail window, caused the display to
  80. disappear and the scrollbar to not function, has been fixed.  1.5
  81. Display filtering - After packets are captured, they can be filtered
  82. before displaying on the screen.  Capture filtering - The idea of
  83. capture filtering is to selectively pickup packets from the network,
  84. in order to cut down unnecessary packets.  NOTE - Leading zeros are
  85. required for EtherNet address.  Address range and format were not
  86. validated, therefore, any error in the address will have undetermined
  87. results.  Protocol Decoding - AtalkAD decoding, Tunnel packet
  88. decoding, and Phase II ZIP decoding.  File Translation - Watch 1.5 can
  89. save captured packets in Sniffer format, it can also read a Sniffer
  90. saved file after the file was translate by Apple File Exchange.  Multi
  91. Window - Summary and Details were in 2 separated windows. Select a
  92. packet in the Summary window and open the Detail/Hex window will
  93. display the selected packet in decoded form. The display will change
  94. if one selected another packet. One can also double click in a packet
  95. within the Summary window to open the packet.  Bugs Fixed - Phase 2
  96. RTMP decode - Phase 2 ZIP decode - zone list in Chooser disappeared
  97. after quiting from Watch - sometimes one can not scroll to the first
  98. packet or a blank line will scroll to the top of the screen 1.4.3 Bugs
  99. Fixed - Macintosh Plus, SE, & SE/30 crash
  100.  1.4.2  added printing and saving as text file  fixed bug reading in peek or
  101. watch binary packet files  added delta time to summary line  1.4.1  fixed
  102. support for GatorCard E/II   several scrolling bugs  circular buffer is really
  103. used now (will collect for ever)  1.4.0  fixed lots of scrolling problems   1.3
  104.  basic functionality   localtalk and Apple's Ethernet card     THIS 
  105. NOTIFICATION DESCRIBES THE GOVERNMENT'S RIGHTS IN TECHNICAL DATA AND COMPUTER
  106. SOFTWARE PROVIDED WITH THE EQUIPMENT DELIVERED.  RESTRICTED RIGHTS LEGEND Use,
  107. duplication, or disclosure by the government is subject to restrictions as set
  108. forth in subdivision (b)(3)(ii) of the Rights in Technical Data and Computer
  109. Software clause at 252.227-7013. 
  110.